home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libjbig2dec0 / README < prev   
Encoding:
Text File  |  2010-02-02  |  973 b   |  26 lines

  1. jbig2dec is a decoder library and example utility implementing the JBIG2
  2. bi-level image compression spec. Also known as ITU T.88 and ISO IEC
  3. 14492, and included by reference in Adobe's PDF version 1.4 and later.
  4.  
  5. The basic invocation is:
  6.  
  7.     jbig2dec [-o <output file>] file.jbig2
  8.  
  9. It also supports separate 'global' and 'page' streams, generally
  10. extracted from some embedded format:
  11.  
  12.     jbig2dec [-o <output file>] <global_stream> <page_stream>
  13.  
  14. The program is only partially functional at this time, but should be
  15. useful in some limited contexts. We welcome files that the decoder can't
  16. handle, or renders incorrectly.
  17.  
  18. A set of example files is available from
  19. http://www.ece.ubc.ca/spmg/jbig2/bitstreams/main.html
  20.  
  21. More information about this project and updated versions are available
  22. from http://jbig2dec.sf.net/ Development source code is kept in a 
  23. subversion repository at svn.ghostscript.com.
  24.  
  25. The contact address for the project is <jbig2-dev@ghostscript.com>.
  26.